home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / lists / mint / l_0399 / 200 < prev    next >
Encoding:
Internet Message Format  |  1994-08-27  |  847 b 

  1. Date: Sat, 3 Apr 93 08:22:12 -0800
  2. From: ersmith@netcom.com (Eric R. Smith)
  3. Message-Id: <9304031622.AA09283@netcom4.netcom.com>
  4. To: mint@atari.archive.umich.edu, sjg@phlim.ph.kcl.ac.uk
  5. Subject: Re: shared libraries for MiNT
  6.  
  7. >Just as a thought - Linux has had shared libraries since day 1, so the
  8. >format must be fairly standard/robust by now. If there are problems with
  9. >using the Amiga standard format (I didn't realise they had shared libs -
  10. >one in the eye for me!) then why not use the Linux standard. (I believe
  11. >there are attempts underway to port Linux to the 68k series anyway.)
  12.  
  13. I believe that Linux implements shared libraries by assigning a fixed
  14. virtual address to each library. This requires virtual memory, which
  15. means that it could be made to work on the 68030, but not on the
  16. 68000. This is a very significant disadvantage.
  17.  
  18. Eric
  19.